home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Random / Makefile next >
Makefile  |  1992-07-13  |  1KB  |  39 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../Makedefs
  14. include ../Makedefs
  15.  
  16. CURDIR  = $(TOP)/$(DIRNAME)/Random/
  17. HEADERS = Random.h
  18. SOURCES = Random.C
  19. TEMPLATES =
  20. OBJECTS = $(SOURCES:.C=.o)
  21. SUBDIRS = tests
  22.  
  23. include ../../Makeclassestargs
  24.  
  25. # DO NOT DELETE THIS LINE -- make depend depends on it.
  26.  
  27. Random.o: /usr/lang/SC1.0/include/CC/stdlib.h
  28. Random.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  29. Random.o: /usr/lang/SC1.0/include/CC/stddef.h
  30. Random.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  31. Random.o: /usr/lang/SC1.0/include/CC/pwd.h /usr/lang/SC1.0/include/CC/stdio.h
  32. Random.o: /usr/lang/SC1.0/include/CC/errno.h
  33. Random.o: /usr/lang/SC1.0/include/CC/sys/errno.h
  34. Random.o: /usr/lang/SC1.0/include/CC/sys/types.h
  35. Random.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
  36. Random.o: /usr/lang/SC1.0/include/CC/malloc.h
  37. Random.o: /usr/lang/SC1.0/include/CC/alloca.h
  38. Random.o: /home/etamin/u0/nguyen/cool/include/cool/Random.h
  39.